add xsltproc to travis config for doc build.
authortsteven4 <tsteven4@gmail.com>
Sun, 2 Aug 2015 20:14:03 +0000 (14:14 -0600)
committertsteven4 <tsteven4@gmail.com>
Sun, 2 Aug 2015 20:14:03 +0000 (14:14 -0600)
.travis.yml

index 9af2c89734f4a8f8b16e158de44d2ec5f1fd08ef..c265f6dc56324ebd0f93e5d0d0497dfa5c91700f 100644 (file)
@@ -4,7 +4,7 @@ compiler:
   - clang
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install -y valgrind expat fop
+  - sudo apt-get install -y valgrind expat fop xsltproc
 script:
  - cd gpsbabel ; ./configure && make -j3 all && make doc && bash ./testo  && bash ./vtesto
 # TODO: build GUI, mac, test-all